@charset "UTF-8";

/*reset css*/
body,
div,
p,
input,
button,
textarea,
select,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
ul,
ol,
li,
a,
i,
table,
tbody,
thead,
th,
td,
b,
em {
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
    font-family: "Microsoft YaHei", "黑体", "Arial", "宋体", sans-serif;
    font-style: normal;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style: none;
}

fieldset,
img,
input,
button {
    /*fieldset组合表单中的相关元素*/
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
    resize: none;
}

/*防止多行文本框拖动*/
img {
    border: 0;
    vertical-align: middle;
}

/*  去掉图片低测默认的3像素空白缝隙*/
table {
    border-collapse: collapse; /*合并外边线*/
}

body {
    /* width: 100%;
    height: 100%; */
    font-family:
        "微软雅黑",
        Helvetica Neue,
        Helvetica,
        Arial,
        sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

a:hover {
    color: #f01229;
    text-decoration: none;
    transform: translateY(-0.3rem);
}

a:focus {
    outline: 0;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}
.mt10 {
    margin-top: 10px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

.bgimg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 1;
    background: no-repeat center;
}

.productimg {
    /* position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 1; */
    background: #ffffff no-repeat center/contain;
    /* background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;  */
    /* border: #808080 solid 1px; */
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}
.productimg img {
    display: none;
}

.tabs {
    display: block;
    overflow: hidden;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
}
.tabs > li {
    float: left;
}
.tabs > li > a {
    font-size: 14px;
    padding: 0 20px;
    display: block;
    line-height: 48px;
}
.tabs > li > a:hover,
.tabs > li.active > a {
    border-bottom: #ee0a24 solid 1px;
    color: #ee0a24;
}
.tab-content .tab-pane {
    min-height: 600px;
    padding: 10px;
    font-size: 14;
    line-height: 1.6;
}
.tab-content .tab-pane p {
    margin: 20px 0;
    color: #808080;
}

.swiper-container-horizontal .arrow-left {
    background: url(../img/arrow.png) no-repeat left top;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
}

.swiper-container-horizontal .arrow-right {
    background: url(../img/arrow.png) no-repeat left bottom;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
    outline: none;
}

.swiper-container-horizontal .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
    z-index: 999;
}

.swiper-container-horizontal .swiper-pagination-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    opacity: 1;
    border-radius: 10px;
    background: white;
    margin: 0 3px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
}

.swiper-container-horizontal .swiper-pagination-bullet-active {
    background: #fdd000;
    width: 12px;
}
.pagination > li > a,
.pagination > li > span {
    color: #808080;
}
.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > a:focus {
    border-color: #ee0a24;
    background-color: #ee0a24;
    color: #ffffff;
}

#header {
    min-height: 80px;
}

#header .navbar {
    margin-bottom: 0;
}

#header .navbar-nav {
    margin-top: 20px;
}

#header .navbar-nav > li > a {
    font-size: 18px;
    color: #333333;
    background: none;
    text-align: center;
}

#header .nav > li > a:focus,
#header .nav > li > a:hover,
#header .navbar-nav > li.active > a {
    color: #ff0000;
    background: none;
}

#header .navbar-form {
    margin-top: 22px;
    padding-left: 5px;
}

#header .navbar-form .search-btn,
#header .navbar-form .search-btn:focus,
#header .navbar-form .search-btn:active {
    background: none;
    border: none;
    color: #333333;
    font-size: 22px;
    text-align: center;
    outline: none;
    z-index: 999;

    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 6px 12px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#header .navbar-form .search-input {
    position: absolute;
    right: 16px;
}

#header .navbar-form .search-input input {
    height: 40px;
    width: 300px;
    border-radius: 40px;
}

#footer {
    background-color: #808080;
    margin-top: 10px;
    padding-top: 20px;
    font-size: 14px;
    color: #ffffff;
}

#footer .footer-nav {
    overflow: hidden;
}

/* #footer .footer-nav dl {
    float: left;
    margin: 10px;

} */

#footer .footer-nav dl dt {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}

#footer .footer-nav dl dd {
    text-align: center;
}

#footer .footer-nav dl dd a {
    color: #ffffff;
    line-height: 28px;
    font-size: 14px;
}

#footer .footer-contact {
    border-left: #797979 solid 1px;
    border-right: #797979 solid 1px;
}

#footer .footer-contact h3 {
    font-size: 14px;
    margin-top: 10px;
}

#footer .footer-contact dl {
    display: block;
    overflow: hidden;
    margin: 10px 0;
}

#footer .footer-contact dl > dt {
    float: left;
}

#footer .footer-contact dl > dd {
    float: left;
    margin-left: 10px;
}

#footer .footer-contact .qrcode {
    display: block;
}

#footer .footer-contact .qrcode img {
    width: 120px;
    margin: 10px;
}

#footer .footer-from h3 {
    font-size: 20px;
    margin-top: 10px;
}

#footer .footer-from .logo-mini {
    width: 82px;
    margin-top: 6px;
}

#footer .footer-from input {
    width: 100%;
    margin: 5px 0;
}

#footer .footer-from input:focus {
    width: 100%;
    margin: 5px 0;
}

#footer .footer-from button.submit {
    width: 100%;
    margin: 5px 0;
    background: #ee0a24;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#footer .footer-from button.submit.disabled {
    background-color: #33333330;
}

#footer .footer-from .no-gutters [class^="col-"],
#footer .footer-from .no-gutters [class*=" col-"] {
    padding-right: 2px;
    padding-left: 2px;
}

#footer .copyright {
    background: #333333;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
}

#footer .copyright p {
    line-height: 32px;
    margin: 0;
}

#footer .copyright a {
    color: #ffffff;
}

.jumbotron-container {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.jumbotron-container .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#home-solution > .title,
#home-product > .title,
#home-service > .title,
#home-news > .title {
    text-align: center;
    line-height: normal;
    font-size: 32px;
    font-weight: bold;
    flex: 1;
    margin: 20px auto;
    color: #333333;
}
#home-solution > .title span,
#home-product > .title span,
#home-service > .title span,
#home-news > .title span {
    font-size: 28px;
    font-weight: normal;
    color: #696969;
}

.solution-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.solution-container a {
    width: 120px;
    display: block;
    text-align: center;
}
.solution-container a .productimg {
    width: 84px;
    height: 84px;
    margin: 0 auto;
    border: #33333330 solid 1px;
    border-radius: 50%;
    background-size: cover;
}
.solution-container a p {
    color: #333333;
    font-size: 14px;
    margin-top: 10px;
}
#home-product .menu {
    text-align: center;
}
#home-product .menu li {
    display: inline-block;
    width: 129px;
    height: 35px;
    margin: 0 10px 10px;
    text-align: center;
}
#home-product .menu li a {
    display: block;
    height: 35px;
    line-height: 35px;
    border: #808080 solid 1px;
    border-radius: 35px;
}
#home-product .menu li a:hover,
#home-product .menu li.active a {
    background: #ee0a24;
    border: #ee0a24 solid 1px;
    color: #ffffff;
}

.product-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
.product-container a {
    position: relative;
    width: 180px;
    height: 180px;
    display: block;
    border: #33333330 solid 1px;
}
.product-container a .productimg {
    background-size: contain;
}
.product-container a span {
    color: #ffffff;
    text-align: center;
    width: 100%;
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0000006e;
    display: block;
}

#home-about {
    margin-top: 10px;
    padding: 30px 0;
    background: url(../img/home-about-bg.jpg) no-repeat center/cover;
}
#home-about .container {
    position: relative;
    min-height: inherit;
}
#home-about .about {
    float: left; /*width: 50%;*/
    padding: 50px 30px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
}
#home-about .about .title {
    display: inline-block;
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: #ffffff solid 2px;
}
#home-about .about p {
    font-size: 14px;
    line-height: 1.8;
}
#home-about .info {
    float: left; /*width: 50%;*/
    padding: 30px 20px;
    color: #ffffff;
}
#home-about .info .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
#home-about .info p {
    line-height: 2;
    text-align: center;
}
#home-about .info ul {
    display: block;
    text-align: center;
    margin-top: 30px;
}
#home-about .info ul li {
    display: inline-block;
    margin: 0 30px;
}
#home-about .info ul li a {
    display: block;
    color: #ffffff;
}
#home-about .info ul li a span {
    display: block;
    color: #c0c2ca;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    padding: 20px;
    border: #c0c2ca solid 2px;
    border-radius: 50%;
    margin-bottom: 10px;
}
#home-about .info ul li a:hover {
    color: #c0c2ca;
}

#home-service {
    margin-top: 20px;
}
#home-service > .title {
    text-align: left;
}
#home-service .service-box {
    display: block;
    overflow: hidden;
    background-color: #ee0a24;
}
#home-service .service-box .info {
    /*width: 75%; float: left;*/
    color: #ffffff;
    position: relative;
}
#home-service .service-box .info h3 {
    margin: 60px 0 0 30px;
    font-size: 30px;
}
#home-service .service-box .info p {
    /*width: 350px;*/
    margin: 30px 30px 0 30px;
    font-size: 14px;
    line-height: 2;
}
#home-service .service-box .info a {
    color: #f01229;
    margin: 10px 0 30px 50px;
    width: 150px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: block;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0px 20px;
}
#home-service .service-box .info .map {
    position: absolute;
    top: 50px;
    right: 20px;
    width: 400px;
    height: 300px;
    background: url(../img/home-service-bg.png) no-repeat;
    background-size: contain;
}
#home-service .service-box .menu {
    /*width: 25%; float: left;*/
    background-color: #f2f6f9;
    padding: 50px 0;
}
#home-service .service-box .menu li {
    display: block;
    margin: 20px 40px;
}
#home-service .service-box .menu li a {
    display: block;
    font-size: 20px;
    color: #ee0a24;
    position: relative;
    padding-left: 50px;
}
#home-service .service-box .menu li a span {
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 10px;
}
#home-service .service-box .menu li a p {
    font-size: 14px;
    color: #808080;
}

#home-news > .title {
    text-align: left;
    overflow: hidden;
}
#home-news > .title > .menu {
    float: right;
}
#home-news > .title > .menu li {
    float: left;
}
#home-news > .title > .menu li a {
    display: block;
    line-height: 32px;
    font-size: 14px;
    padding: 0 20px;
    border: #4e4e4e solid 1px;
    margin: 5px;
}
#home-news > .title > .menu li a:hover {
    color: #ffffff;
    background-color: #f01229;
    border: #f01229 solid 1px;
}
#home-news .news-pic {
    /* float: left; width: 45%; */
    height: 400px;
}
#home-news .news-pic a {
    font-size: 14px;
    position: relative;
    display: block;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#home-news .news-pic a span {
    color: #ffffff;
    text-align: center;
    width: 100%;
    height: 32px;
    line-height: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0000006e;
    display: block;
}
/* #home-news .news-list { float: left; width: 54%; margin-left: 1%;} */
#home-news .news-list li {
    margin-bottom: 10px;
    display: block;
    height: 58px;
    overflow: hidden;
}
#home-news .news-list li a {
    display: block;
    height: 58px;
    padding: 10px 0;
    font-size: 18px;
    line-height: 38px;
    background-color: #f7f8f8;
}
#home-news .news-list li a:hover {
    color: #ffffff;
    background-color: #f01229;
}
#home-news .news-list li a .date {
    display: inline-block;
    width: 80px;
    text-align: center;
    border-right: #c5c4c6 solid 1px;
}
#home-news .news-list li a .title {
    display: inline;
    text-indent: 0.5rem;
    font-size: 18px;
}

#page-ad {
    position: relative;
    height: 300px;
    overflow: hidden;
    margin-top: 0px;
    background-color: #acb9cc;
}

#page-nav-container {
    background: #f2f2f2;
    height: 70px;
    overflow: hidden;
}
#page-nav-container .menu {
    float: left;
    line-height: 70px;
}
#page-nav-container .menu li {
    display: inline-block;
    font-size: 16px;
    + li:before {
        padding: 0 5px;
        color: #ccc;
        content: "/\00a0";
    }
}
#page-nav-container .menu li.active a {
    color: #f01229;
}
#page-nav-container .bread-crumb {
    line-height: 70px;
}
#page-nav-container .bread-crumb li {
    display: inline-block;
    font-size: 14px;
    + li:before {
        padding: 0 5px;
        color: #ccc;
        content: ">";
    }
}

.page-single-content {
    display: block;
}
.page-single-content p {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 10px;
}

.page-article-content {
    display: block;
    margin-top: 10px;
}
.page-article-content .content-container {
    float: left;
    width: 870px;
    display: block;
}
.page-article-content .content-container .title {
    text-align: center;
    font-size: 28px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #f2f2f2 solid 1px;
}
.page-article-content .content-container .info {
    text-align: center;
    margin-top: 10px;
}
.page-article-content .content-container .details {
    display: block;
    margin: 10px 20px;
    padding: 10px;
    background-color: #f2f2f2;
}
.page-article-content .content-container .content {
    display: block;
    margin-top: 10px;
    padding: 10px;
}
.page-article-content .content-container .content p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}
.page-article-content .content-container .next-list {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
    border-top: #f2f2f2 dashed 1px;
    padding: 10px 0;
}

.page-article-content .side-container {
    float: right;
    width: 260px;
    display: block;
}

.list-container {
    display: block;
    padding: 10px;
    overflow: hidden;
    border: #f2f2f2 solid 1px;
}
.list-container .title {
    font-size: 16px;
    border-bottom: #f2f2f2 solid 1px;
    padding-bottom: 10px;
}
.list-container .list {
    display: block;
    margin-top: 10px;
}
.list-container .list li {
    display: block;
    overflow: hidden;
    height: 24px;
}
.list-container .list li a {
    display: block;
    line-height: 24px;
    font-size: 14px;
}

.page-article-content .list-container {
    margin-bottom: 10px;
}

.page-article-list {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}
.page-article-list li {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #f2f2f2;
    position: relative;
}
.page-article-list li a {
    display: block;
    overflow: hidden;
}
.page-article-list li .pic-box {
    float: left;
    width: 180px;
    height: 180px;
    background-size: cover;
    overflow: hidden;
    border: 1px solid #eee;
}
.page-article-list li .pic-box img {
    display: none;
}
.page-article-list li .content {
    float: left;
    width: 600px;
    margin-left: 30px;
}
.page-article-list li .content .title {
    font-size: 22px;
    margin: 20px 0;
    color: #333333;
}
.page-article-list li .content p {
    font-size: 14;
    margin: 20px 0;
    line-height: 1.6;
    color: #808080;
}
.page-article-list li .time {
    float: right;
    text-align: center;
    margin: 30px 30px 0 0;
}
.page-article-list li .time .date {
    display: block;
    font-size: 56px;
}
.page-article-list li .time .year {
    display: block;
    font-size: 16px;
}
.page-wrapper {
    text-align: center;
}

#product-nav-container {
    background: #f2f2f2;
    height: 70px;
}
#product-nav-container .bread-crumb {
    line-height: 70px;
}
#product-nav-container .bread-crumb li {
    display: inline-block;
    font-size: 14px;
    + li:before {
        padding: 0 5px;
        color: #ccc;
        content: ">";
    }
}
#product-list-container,
#product-details-container {
    margin-top: 10px;
}
/* .product-side-wrapper{ float: left; width: 240px;} */
.product-side-wrapper .title {
    background-color: #f2f2f2;
    text-align: center;
    padding: 20px 0;
}
.product-side-wrapper .title h3 {
    font-size: 16px;
}
.product-side-wrapper .title span {
    font-size: 14px;
    color: #808080;
}
.product-side-wrapper .product-menu {
    text-align: center;
}
.product-side-wrapper .product-menu > li > h3 {
    border-bottom: #808080 solid 1px;
}
.product-side-wrapper .product-menu > li > h3 > a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    background-color: #333333;
    color: #ffffff;
}
.product-side-wrapper .product-menu > li > h3 > a:hover {
    background-color: #ee0a24;
}
.product-side-wrapper .product-menu > li > ul {
    display: none;
    border: #f2f2f2 solid 1px;
    border-bottom: none;
}
.product-side-wrapper .product-menu > li.active > ul {
    display: block;
}
.product-side-wrapper .product-menu > li > ul > li > a {
    display: block;
    font-size: 16px;
    line-height: 38px;
    border-bottom: #f2f2f2 solid 1px;
}
.product-side-wrapper .product-menu > li > ul > li > a:hover,
.product-side-wrapper .product-menu > li > ul > li.active > a {
    color: #ffffff;
    background-color: #ee0a24;
}
/* .product-list-wrapper{ float: right; width: 890px;} */

.product-brand-wrapper {
    display: block;
}
.product-brand-wrapper .title {
    text-align: center;
    padding: 20px 0;
}
.product-brand-wrapper .title h3 {
    font-size: 16px;
}
.product-brand-wrapper .title span {
    font-size: 14px;
    color: #808080;
}
.product-brand-wrapper ul {
    border: #f2f2f2 solid 1px;
    border-bottom: none;
}
.product-brand-wrapper ul li {
    display: block;
    border-bottom: #f2f2f2 solid 1px;
}
.product-brand-wrapper ul li a {
    display: block;
    line-height: 64px;
    padding-left: 10px;
    text-align: center;
}
.product-brand-wrapper ul li a img {
    height: 38px;
}
.product-brand-wrapper ul li a:hover {
    color: #ffffff;
    background-color: #ee0a24;
}

.product-side-wrapper .ad {
    margin-top: 10px;
    display: block;
}

/* .product-list{ display: block; overflow: hidden;} */
.product-list li {
    text-align: center;
}
.product-list li a {
    /* margin: 1.25rem 0.9375rem; */
    border-radius: 0.9375rem;
    box-shadow: 0 0 0.9375rem #ddd;
    border: 0.0625rem solid #ddd;
    transition: 0.5s;
    padding: 1.5rem 0;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    width: 200px;
    overflow: hidden;
}
.product-list li a:hover {
    transform: translateY(-0.625rem);
    border: 0.0625rem solid #ee0a24;
}
.product-list li .pic-box {
    display: block;
    margin: 0 auto; /*border: #808080 solid 1px;*/
    border-radius: 10%;
    width: 200px;
    height: 200px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.product-list li .model {
    line-height: 24px;
}
.product-list li .title {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}

/* .product-details-wrapper{ float: right; width: 890px; } */
.product-details-wrapper .product-pic {
    width: 230px;
    height: 230px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border: #808080 solid 1px;
}
.product-details-wrapper .product-info h3 {
    line-height: 42px;
}
.product-details-wrapper .product-info dl {
    margin: 10px auto;
}
.product-details-wrapper .product-info dl dt {
    width: 10%;
    display: inline-block;
    vertical-align: top;
}
.product-details-wrapper .product-info dl dd {
    width: 88%;
    display: inline-block;
    vertical-align: top;
}

.product-pics-container {
    overflow: hidden;
    display: block;
    position: relative;
}
.product-pics-container .productimg {
    width: 62px;
    height: 62px;
    border: 1px solid #eee;
}
.product-pics-container .swiper-button-prev {
    left: 0;
    width: 12px;
    background: url("../img/swiper-left.png") no-repeat center center;
}
.product-pics-container .swiper-button-next {
    right: 0;
    width: 12px;
    background: url("../img/swiper-right.png") no-repeat center center;
}
.product-pics-container a.productimg.active,
.product-pics-container a:hover.productimg {
    border: 1px solid #ee0a24;
}

/*图片放大*/
.product-pic-container {
    width: 264px;
    height: 264px;
    border: 1px solid #ccc;
    /* position: relative; */
    display: block;
    margin-bottom: 10px;
}
.product-pic-container .pic {
    position: relative;
    height: 262px;
    line-height: 262px;
    /* overflow: hidden; */
    display: block;
    text-align: center;
    /* margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; */
}
.product-pic-container .pic img {
    /* width: 100%;
    height: 100%; */
    /* max-width: 100%;
    height: auto; */
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* 或者使用 "cover"，取决于你想要的展示方式 */
}

.product-pic-container img {
    vertical-align: center;
}

.product-brand {
    display: block;
    border: #f2f2f2 solid 1px;
    border-bottom: none;
}
.product-brand dt {
    display: block;
    position: relative;
}
.product-brand dd img {
    width: 100%;
    margin-top: 10px;
}
.product-brand dd {
    display: block;
    padding: 0 10px 10px;
}

.column-index {
    text-align: center;
}
.column-index .title {
    background-color: #f2f2f2;
    text-align: center;
    padding: 20px 0;
}
.column-index .title h3 {
    font-size: 16px;
}
.column-index .title span {
    font-size: 14px;
    color: #808080;
}

.column-index > ul > li {
    border-bottom: #808080 solid 1px;
}
.column-index > ul > li > a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    background-color: #333333;
    color: #ffffff;
}
.column-index > ul > li > a:hover,
.column-index > ul > li.active > a {
    background-color: #ee0a24;
}

.search-post-tags {
    position: absolute;
    bottom: 10px;
    left: 210px;
}

.portlet {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    border-radius: 4px;
}
